home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-29 | 865 b | 31 lines | [TEXT/MPS ] |
- ; Version: 3.27
- ; Created: Friday, October 20, 1989 at 10:02:12 PM
- ;
- ; File: TimeEqu.a
- ;
- ; Assembler Interface to the Macintosh Libraries
- ; Copyright Apple Computer, Inc. 1986-1991
- ; All Rights Reserved
- ;
- ;--------------------------------------------------------------------
-
- IF &TYPE('__IncludingTimeEqu__') = 'UNDEFINED' THEN
- __IncludingTimeEqu__ SET 1
-
-
- ; TimeManager Equates.
-
- ; TimeManager Queue Element
-
- tmAddr EQU 6 ; service routine [pointer]
- tmCount EQU $A ; timeout count [long]
- tmQSize SET $E
-
- ; The following fields are in the Extended TimeManager Queue Element
-
- tmWakeUp EQU tmQSize ;[long] wakeup time, internal to time manager
- tmReserved EQU tmWakeUp+4 ;[long] reserved for future use
- tmXQSize EQU tmReserved+4 ; size of extended queue element
-
-
- ENDIF ; ...already included